home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCOMPARECONTROLDLG / TCOMPARECONTROLDLG.txt
Text File  |  2005-06-02  |  2KB  |  81 lines

  1. object CompareControlDlg: TCompareControlDlg
  2.   Left = 387
  3.   Top = 163
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Contr'#244'le de comparaison'
  7.   ClientHeight = 387
  8.   ClientWidth = 445
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKBtn: TButton
  21.     Left = 288
  22.     Top = 360
  23.     Width = 73
  24.     Height = 23
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = OKBtnClick
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 368
  33.     Top = 360
  34.     Width = 73
  35.     Height = 23
  36.     Cancel = True
  37.     Caption = 'Annuler'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object PageControl: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 433
  45.     Height = 345
  46.     ActivePage = tsGeneral
  47.     TabOrder = 2
  48.     object tsGeneral: TTabSheet
  49.       Caption = 'G'#233'n'#233'ral'
  50.       inline CriteriaFrame: TCriteriaFrame
  51.         Left = 0
  52.         Top = 0
  53.         Width = 425
  54.         Height = 201
  55.         Align = alTop
  56.         TabOrder = 0
  57.       end
  58.       inline FolderHandlingFrame: TFolderHandlingFrame
  59.         Left = 0
  60.         Top = 201
  61.         Width = 425
  62.         Height = 101
  63.         Align = alTop
  64.         TabOrder = 1
  65.       end
  66.     end
  67.     object tsRules: TTabSheet
  68.       Caption = 'Avanc'#233
  69.       ImageIndex = 2
  70.       inline AdvancedFrame: TAdvancedFrame
  71.         Left = 0
  72.         Top = 0
  73.         Width = 425
  74.         Height = 281
  75.         Align = alTop
  76.         TabOrder = 0
  77.       end
  78.     end
  79.   end
  80. end
  81.